Get Meeting Report
This API gets the details of the meeting. The info contains the information about when users joined or left the meeting
Query Parameters
The 10 digit unique ID of the meeting
Meeting secret that secures the meeting from unwanted access
Header Parameters
The content type should be application/json
You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.
- 200
- 400
- 401
- 412
Success
Schema
An array of objects containing metadata related to a participant’s session in a meeting or call. It includes user identity, meeting identifiers, role, connection details, timestamps, endpoint type, and session metrics. This data is useful for auditing, analytics, or monitoring participant activity within a conferencing platform.
{
"report": [
null
]
}
Example recording status response
{
"report": [
{
"Date": "25th July 2025",
"UserId": "gu-43616e22-af54-4315-bbe0-60f23182046c",
"Conference Id": "chis-197a6a1f-de07-4cdd-920c-af97c0cc1c5b",
"JiomeetId": "8069667546",
"Topic": "title of the meeting",
"Enterprise Name": "OTT",
"User Name": "asdfa ",
"Call Role": "callJoinee",
"Status": "Accepted",
"User Role": "member",
"User Email": "NA",
"User PhoneNo.": "NA",
"User Type": "member",
"Machine IP Address": "116.50.84.118",
"Scheduled Meeting Start Time": "NA",
"Scheduled Meeting End Time": "NA",
"Actual Start Time": "10:45:11",
"Actual End Time": "10:46:20",
"Participants Endpoint Type": "web ",
"Participants Endpoint Name": "web",
"Call Direction": "DialIn",
"Call Duration": "00:01:09",
"Type of Meeting": "Call",
"Media Engine": "NA"
}
]
}
Example recording status response
{
"report": [
{
"Date": "25th July 2025",
"UserId": "gu-43616e22-af54-4315-bbe0-60f23182046c",
"Conference Id": "chis-197a6a1f-de07-4cdd-920c-af97c0cc1c5b",
"JiomeetId": "8069667546",
"Topic": "title of the meeting",
"Enterprise Name": "OTT",
"User Name": "asdfa ",
"Call Role": "callJoinee",
"Status": "Accepted",
"User Role": "member",
"User Email": "NA",
"User PhoneNo.": "NA",
"User Type": "member",
"Machine IP Address": "116.50.84.118",
"Scheduled Meeting Start Time": "NA",
"Scheduled Meeting End Time": "NA",
"Actual Start Time": "10:45:11",
"Actual End Time": "10:46:20",
"Participants Endpoint Type": "web ",
"Participants Endpoint Name": "web",
"Call Direction": "DialIn",
"Call Duration": "00:01:09",
"Type of Meeting": "Call",
"Media Engine": "NA"
},
{
"Date": "25th July 2025",
"UserId": "gu-87654321-xy98-7654-abc0-12345678901z",
"Conference Id": "chis-197a6a1f-de07-4cdd-920c-af97c0cc1c5b",
"JiomeetId": "8069667546",
"Topic": "title of the meeting",
"Enterprise Name": "OTT",
"User Name": "John Doe",
"Call Role": "callInitiator",
"Status": "Accepted",
"User Role": "moderator",
"User Email": "john.doe@example.com",
"User PhoneNo.": "+91-9876543210",
"User Type": "member",
"Machine IP Address": "192.168.1.100",
"Scheduled Meeting Start Time": "10:00:00",
"Scheduled Meeting End Time": "11:00:00",
"Actual Start Time": "10:00:05",
"Actual End Time": "10:55:30",
"Participants Endpoint Type": "desktop",
"Participants Endpoint Name": "JioMeet Desktop",
"Call Direction": "DialIn",
"Call Duration": "00:55:25",
"Type of Meeting": "Conference",
"Media Engine": "WebRTC"
}
]
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string"
}